GtkIconTheme *icon_theme;
GtkStyleContext *style;
- icon_theme = gtk_icon_theme_get_default ();
+ icon_theme = gtk_icon_theme_get_for_screen (gtk_widget_get_screen (GTK_WIDGET (sidebar)));
icon_size = get_icon_size (sidebar);
icon = g_themed_icon_new_with_default_fallbacks ("media-eject-symbolic");
icon_info = gtk_icon_theme_lookup_by_gicon (icon_theme, icon, icon_size, 0);
GtkIconInfo *icon_info;
GdkPixbuf *pixbuf;
- icon_theme = gtk_icon_theme_get_default ();
+ icon_theme = gtk_icon_theme_get_for_screen (gtk_widget_get_screen (GTK_WIDGET (sidebar)));
icon_size = get_icon_size (sidebar);
icon_info = gtk_icon_theme_lookup_by_gicon (icon_theme, icon, icon_size, 0);